home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / ETC / SYSLOG_C.{1_ < prev    next >
Text File  |  1994-01-01  |  379b  |  16 lines

  1. # /etc/syslog.conf
  2. # For info about the format of this file, see "man syslog.conf" (the BSD man
  3. # page), and /usr/doc/sysklogd/README.linux.
  4. #
  5. # NOTE: YOU HAVE TO USE TABS HERE - NOT SPACES.
  6. # I don't know why.
  7. #
  8.  
  9. *.=info;*.=notice                /usr/adm/messages
  10. *.=debug                    /usr/adm/debug
  11. *.warn                        /usr/adm/syslog
  12.  
  13. #
  14. # This might work instead to log on a remote host:
  15. # *            @hostname
  16.